:root {
  --ebfq3-container-width: 1200px;
  --ebfq3-dark: #000000;
  --ebfq3-primary: #1d3052;
  --ebfq3-secondary: #f68322;
  --ebfq3-gray: #cccccc;
  --ebfq3-white: #ffffff;

  --ebfq3-space-xs: 0.4rem;
  --ebfq3-space-sm: 0.8rem;
  --ebfq3-space-md: 1.2rem;
  --ebfq3-space-lg: 2rem;
  --ebfq3-space-xl: 3rem;

  --ebfq3-fs-sm: 0.85rem;
  --ebfq3-fs-md: 1.1rem;

  --ebfq3-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: "Cairo", sans-serif;
  direction: rtl;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
